From: Paul Eggert Date: Tue, 6 Nov 2001 02:00:31 +0000 (+0000) Subject: * ls-lisp.el (ls-lisp-time-to-seconds): New function. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~60893 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0e6f60288f0c179e2200b63a6388fa912384dcdc;p=emacs.git * ls-lisp.el (ls-lisp-time-to-seconds): New function. (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time stamps always line up by default. Also, it uses a slightly different window to determine whether files are "recent". --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 831730b0711..f9f528cacdd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2001-11-05 Paul Eggert + + * ls-lisp.el (ls-lisp-time-to-seconds): New function. + (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time + stamps always line up by default. Also, it uses a slightly + different window to determine whether files are "recent". + 2001-11-05 Andrew Innes * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): Don't